projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fba79f
)
* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Default to speed 1.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 11 Feb 2021 20:37:53 +0000
(21:37 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 11 Feb 2021 20:37:53 +0000
(21:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 02a9f4ae1ffe15e6d31cc6eca627290f8f989b7d..4036080976546c468443d7e0deca409173cee6ed 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-3661,7
+3661,7
@@
Return the trampoline if found or nil otherwise."
;; Use speed 0 to maximize compilation speed and not to
;; optimize away funcall calls!
(byte-optimize nil)
- (comp-speed
0
)
+ (comp-speed
1
)
(lexical-binding t))
(comp--native-compile
form nil